home *** CD-ROM | disk | FTP | other *** search
- {
- ButtonWidth=35;
- ButtonHeight=35;
- HorizMargin=4;
- Widgets=( { Type=Radio; Name="vminfo" Image="vminfo"; DImage="vminfoD";
- Help="Show VM Infos"; Command="showVMInfo";},
- { Type=Radio; Name="cpu"; Image="cpu";
- Help="Show CPU profiler"; Command="showCPU";},
- { Type=Radio; Name="memory"; Image="memory";
- DImage="memoryD"; Help="Show memory profiler"; Command="showMemory";},
- { Type=Radio; Name="log"; Image="log";
- Help="Show console"; Command="showConsole";}
- );
- }
-